Skip to content

Commit

Permalink
Add note about coming version control and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
urda committed Aug 1, 2016
1 parent a9f780a commit f3ff0a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## v1.0.0 (Initial Release)

- READ THE DOCS
- Updated README links for Codecov

## v0.9.2 (Beta Release)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.9.2'
version = '1.0.0'
# The full version, including alpha/beta/rc tags.
release = '0.9.2'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion nistbeacon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
'NistBeaconValue',
]

__version__ = '0.9.2'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setup(
name='nistbeacon',
packages=['nistbeacon'],
version='0.9.2',
version='1.0.0',

description='Python 3 Library to access the NIST Randomness Beacon',
long_description=open('README.rst').read(),
Expand Down

0 comments on commit f3ff0a8

Please sign in to comment.