From 61b51548b3bad7805969f4e047117eeef8c1b05e Mon Sep 17 00:00:00 2001 From: Paolo Cozzi Date: Mon, 27 May 2024 10:47:33 +0200 Subject: [PATCH] =?UTF-8?q?:bookmark:=20Bump=20version:=200.4.10.dev0=20?= =?UTF-8?q?=E2=86=92=200.4.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- HISTORY.rst | 17 ++++++++++++----- setup.py | 2 +- src/__init__.py | 2 +- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3aba983..f1cc3c2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.10.dev0 +current_version = 0.4.10 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? diff --git a/HISTORY.rst b/HISTORY.rst index e372f84..0ccf24b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 `__) +0.4.10 (2024-05-28) +------------------- + +* Fix issues with sample countries using reverse geocoding (`#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 `__ (`#128 `__) -* Add data for Guisandesa goats (`#117 `) +* Add data for *Guisandesa* goats (`#117 `) * Rename ``manifacturer`` into ``manufacturer`` * Convert genotypes from *top* to *forward* (`#111 `__) * Update dependencies diff --git a/setup.py b/setup.py index 698407c..3626ef5 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/src/__init__.py b/src/__init__.py index ddbe6c7..e454fa5 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -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__ = 'paolo.cozzi@ibba.cnr.it' __status__ = "Development"