Skip to content

Commit

Permalink
🚧🚀 Prepare 0.6.0 release (#86)
Browse files Browse the repository at this point in the history
* 🚀 Bumped version from 0.5.0 to 0.6.0

* 🚧📚 Updated changelog

* ⬆️🚧 Bumped minimal runtime requirements

* 🚧📚 Added links to changelog and docs in PyPI meta information
  • Loading branch information
s-weigand authored Jun 6, 2022
1 parent 59bc188 commit 63ada95
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

(changes-0_6_0)=

## 0.6.0 (2022-06-07)

- 👌 Made adding a cycler to and axis opt out by using None by @s-weigand in #58
- 🩹 Fix autogenerated title for concentration plot by @s-weigand in #63
- 👌 Improve SVD plotting by @s-weigand in #64
- 📚👌 Improve readme by @s-weigand in #69
- 🔧🚇 Add sourcery-ai config by @s-weigand in #71
- 🔧🩹 Remove github section in sourcery config due to bug in sourcery-ai by @s-weigand in #72
- 👌 Improve legend placement in plot_data_overview by @s-weigand in #77

(changes-0_5_0)=

## 0.5.0 (2022-02-05)

- First release on PyPI.
2 changes: 1 addition & 1 deletion pyglotaran_extras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"select_plot_wavelengths",
]

__version__ = "0.5.0"
__version__ = "0.6.0"
9 changes: 6 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,24 @@ classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Chemistry
Topic :: Scientific/Engineering :: Physics
project_urls =
GloTarAn Ecosystem=https://glotaran.org
Documentation=https://pyglotaran-extras.readthedocs.io
Changelog=https://pyglotaran-extras.readthedocs.io/en/latest/changelog.html
Source=https://github.com/glotaran/pyglotaran-extras
Tracker=https://github.com/glotaran/pyglotaran-extras/issues

[options]
packages = find:
install_requires =
matplotlib>=3.3.0
pyglotaran>=0.3.0
xarray!=0.20.0,!=0.20.1,>=0.16.2
python_requires = >=3.8,<3.10
pyglotaran>=0.5.1
xarray>=2022.3.0
python_requires = >=3.8,<3.11
zip_safe = True

[options.packages.find]
Expand Down

0 comments on commit 63ada95

Please sign in to comment.