Skip to content

Commit

Permalink
Bump version to v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Feb 3, 2020
1 parent 21c28d4 commit 6329efc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMake_version_options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

################################
## Version information
set(HOOMD_VERSION_RAW "2.8.2")
set(HOOMD_VERSION_RAW "2.9.0")
string(REGEX MATCH "(.*)\\.(.*)\\.(.*)$" _hoomd_version_match ${HOOMD_VERSION_RAW})
set(HOOMD_VERSION_MAJOR ${CMAKE_MATCH_1})
set(HOOMD_VERSION_MINOR ${CMAKE_MATCH_2})
Expand Down
2 changes: 1 addition & 1 deletion INSTALLING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ https://glotzerlab.engin.umich.edu/Downloads/hoomd

.. code-block:: bash
$ curl -O https://glotzerlab.engin.umich.edu/Downloads/hoomd/hoomd-v2.8.2.tar.gz
$ curl -O https://glotzerlab.engin.umich.edu/Downloads/hoomd/hoomd-v2.9.0.tar.gz
Or, clone using Git:

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.8.2
current_version = 2.9.0
commit = False
tag = False

Expand Down
4 changes: 2 additions & 2 deletions sphinx-doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
# built documents.
#
# The short X.Y version.
version = '2.8.2'
version = '2.9.0'
# The full version, including alpha/beta/rc tags.
release = '2.8.2'
release = '2.9.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 6329efc

Please sign in to comment.