Skip to content

Commit

Permalink
🔖 Bump version: 0.4.10.dev0 → 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bunop committed May 27, 2024
1 parent d6f7bf1 commit 61b5154
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.10.dev0
current_version = 0.4.10
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
17 changes: 12 additions & 5 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,19 @@ TODO
* Map affymetrix snps in *OARV3* coordinates
* Check if ``rs_id`` is still valid or not (with EVA)

0.4.10.dev0
-----------

* Fix issues with samples using reverse geocoding (`#112 <https://github.com/cnr-ibba/SMARTER-database/issues/112>`__)
0.4.10 (2024-05-28)
-------------------

* Fix issues with sample countries using reverse geocoding (`#112 <https://github.com/cnr-ibba/SMARTER-database/issues/112>`__)
* fix country for *Merino* (Sheep)
* fix country for *Sumavska* (Sheep)
* fix GPS location for *Latxa* (Sheep)
* fix country for *Karakul* (Sheep)
* fix country for *Romanov* (Sheep)
* fix country for *Suffolk* (Sheep)
* fix country for *Texel* (Sheep)
* Manage python packages with `poetry <https://python-poetry.org/>`__ (`#128 <https://github.com/cnr-ibba/SMARTER-database/issues/128>`__)
* Add data for Guisandesa goats (`#117 <https://github.com/cnr-ibba/SMARTER-database/issues/117>`)
* Add data for *Guisandesa* goats (`#117 <https://github.com/cnr-ibba/SMARTER-database/issues/117>`)
* Rename ``manifacturer`` into ``manufacturer``
* Convert genotypes from *top* to *forward* (`#111 <https://github.com/cnr-ibba/SMARTER-database/issues/111>`__)
* Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='src',
packages=find_packages(),
version='0.4.10.dev0',
version='0.4.10',
description='Smarter Database aims to deal with Smarter data',
author='cnr-ibba',
license='MIT',
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__copyright__ = "Copyright 2021-2022, IBBA-CNR"
__credits__ = ["Paolo Cozzi, ..."]
__license__ = "MIT"
__version__ = "0.4.10.dev0"
__version__ = "0.4.10"
__maintainer__ = "Paolo Cozzi"
__email__ = '[email protected]'
__status__ = "Development"

0 comments on commit 61b5154

Please sign in to comment.