Skip to content

Commit

Permalink
Bump version to v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Dec 18, 2019
1 parent dff49b2 commit b10ea2e
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.1")
set(HOOMD_VERSION_RAW "2.8.2")
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.1.tar.gz
$ curl -O https://glotzerlab.engin.umich.edu/Downloads/hoomd/hoomd-v2.8.2.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.1
current_version = 2.8.2
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.1'
version = '2.8.2'
# The full version, including alpha/beta/rc tags.
release = '2.8.1'
release = '2.8.2'

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

0 comments on commit b10ea2e

Please sign in to comment.