Skip to content

Commit

Permalink
Update version to official v1.0.0 release. Update release notes to in…
Browse files Browse the repository at this point in the history
…clude beta notes.

PiperOrigin-RevId: 297566313
Change-Id: Ia9bb67707674adb52e6cf40d3564361e79a78021
  • Loading branch information
tomwardio committed Feb 27, 2020
1 parent 2f7d5d3 commit 1f6d84d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
## [1.0.0]

* Initial release.

## [1.0.0b2]

* Updated minimum requirements for Python and protobuf.

## [1.0.0b1]

* Initial beta release
2 changes: 1 addition & 1 deletion dm_env_rpc/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
Kept in separate file so it can be used during installation.
"""

__version__ = '1.0.0b2' # https://www.python.org/dev/peps/pep-0440/
__version__ = '1.0.0' # https://www.python.org/dev/peps/pep-0440/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def run(self):
},
test_suite='nose.collector',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 1f6d84d

Please sign in to comment.