Skip to content

Commit

Permalink
Merge v1.6.0 release candidate branch '1.6.0-rc1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed May 4, 2024
2 parents f443378 + 100b706 commit 46be9ef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@
cymetric Change Log
===================

.. current developments
Since last release
======================

**Added:**

**Changed:**

**Fixed:**

**Removed:**

v1.6.0
====================

**Added:**
* GitHub workflows for CI (#188, #190, #191, #193, #195)

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Then build and install to the same location Cyclus is installed:
.. code-block:: bash
$ cd cymetric
$ python -m pip install --target $(python -m site --user-site)
$ python -m pip install --target $(python -m site --user-site) .
Next, run the tests to ensure everything is working properly:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from setuptools import setup


VERSION = '1.5.5'
VERSION = '1.6.0'
IS_NT = os.name == 'nt'


Expand Down

0 comments on commit 46be9ef

Please sign in to comment.