File tree Expand file tree Collapse file tree
docs/dev_guide/release_management Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ description: |
1616language : Python
1717
1818release :
19- version : 1.1 .0
20- date : 2023-11 -08
19+ version : 1.2 .0
20+ date : 2024-02 -08
2121
2222documentation :
2323 general : https://libensemble.readthedocs.io
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Before release
1919- Version number is updated wherever it appears (and ``+dev `` suffix is removed)
2020 (in ``libensemble/version.py ``).
2121
22- - Year in ``README.rst `` under * Citing libEnsemble * is checked for correctness.
22+ - Year in ``LICENSE `` is checked for correctness.
2323 (Note: The year generated in docs by ``docs/conf.py `` should be automatic).
2424
2525- ``setup.py `` and ``libensemble/__init__.py `` are checked to ensure all information is up to date.
Original file line number Diff line number Diff line change 1- __version__ = "1.1.0+dev "
1+ __version__ = "1.2.0 "
You can’t perform that action at this time.
0 commit comments