Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
philngo committed Jun 30, 2017
2 parents ebface6 + 2288a94 commit a8a9a90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -98,7 +98,7 @@ def __getattr__(cls, name):
# The short X.Y version.
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = 'v0.5.15-alpha'
release = 'v1.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 docs/eemeter_installation.rst
Expand Up @@ -16,7 +16,7 @@ Make sure you have the latest version:
.. code-block:: python
>>> import eemeter; eemeter.get_version()
'0.5.15'
'1.0.0'
The `eemeter` package itself does not use C extensions. However, some eemeter
dependencies do. These can be a bit trickier to install. If issues arise when
Expand Down
2 changes: 1 addition & 1 deletion eemeter/__init__.py
@@ -1,5 +1,5 @@
# Version
VERSION = (0, 5, 15)
VERSION = (1, 0, 0)


def get_version():
Expand Down

0 comments on commit a8a9a90

Please sign in to comment.