Skip to content

Commit

Permalink
Release 1.0.0 (220617)
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed Jun 17, 2022
1 parent 5d6bdeb commit f888b05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ include LICENSE
include *.rst
include *.md
exclude MANIFEST.in
recursive-exclude static *
recursive-exclude docs *
recursive-include docs *
recursive-include src/senaite/microorganism *
recursive-exclude src/senaite/microorganism *.pyc
recursive-exclude src/senaite/microorganism/locales/.tx *
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.0.0 (unreleased)
1.0.0 (2022-06-17)
------------------

- Initial Release
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
include_package_data=True,
zip_safe=False,
install_requires=[
"senaite.lims>=2.0.0rc1",
"senaite.lims>=2.2.0",
],
extras_require={
"test": [
Expand Down

0 comments on commit f888b05

Please sign in to comment.