diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index d361633..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,42 +0,0 @@ -# Change Log - -## [v1.0.4](https://github.com/mcs07/PubChemPy/releases/tag/v1.0.4) (2017-04-11) -[Full Changelog](https://github.com/mcs07/PubChemPy/compare/v1.0.3...v1.0.4) - -**Implemented enhancements:** - -- Discrepancy between the CACTVS fingerprint spec and Compound.fingerprint [\#15](https://github.com/mcs07/PubChemPy/issues/15) -- Using pubchempy / urllib behind proxy [\#11](https://github.com/mcs07/PubChemPy/issues/11) - -**Fixed bugs:** - -- Two substance tests out-of-date [\#20](https://github.com/mcs07/PubChemPy/issues/20) -- Xref-queries always 404 [\#18](https://github.com/mcs07/PubChemPy/issues/18) -- TypeError when trying to download a compund with None as cid [\#13](https://github.com/mcs07/PubChemPy/issues/13) -- On certain Compounds, the atoms\(\) function fails [\#5](https://github.com/mcs07/PubChemPy/issues/5) - -**Merged pull requests:** - -- Switch to using pytest for tests [\#23](https://github.com/mcs07/PubChemPy/pull/23) ([mcs07](https://github.com/mcs07)) -- Decode CACTVS fingerprint to binary string [\#22](https://github.com/mcs07/PubChemPy/pull/22) ([mcs07](https://github.com/mcs07)) -- Allow requests with xref input [\#19](https://github.com/mcs07/PubChemPy/pull/19) ([RickardSjogren](https://github.com/RickardSjogren)) -- add get\_sdf function [\#17](https://github.com/mcs07/PubChemPy/pull/17) ([hsiaoyi0504](https://github.com/hsiaoyi0504)) -- fix \#13 check if identifier is None and raise an exception to let the user know that the identifier is invalid [\#14](https://github.com/mcs07/PubChemPy/pull/14) ([llazzaro](https://github.com/llazzaro)) -- Add syntax highlighting and output to README example. [\#7](https://github.com/mcs07/PubChemPy/pull/7) ([bjodah](https://github.com/bjodah)) - -## [v1.0.3](https://github.com/mcs07/PubChemPy/releases/tag/v1.0.3) (2015-03-07) -[Full Changelog](https://github.com/mcs07/PubChemPy/compare/v1.0.2...v1.0.3) - -## [v1.0.2](https://github.com/mcs07/PubChemPy/releases/tag/v1.0.2) (2014-04-02) -[Full Changelog](https://github.com/mcs07/PubChemPy/compare/v1.0.1...v1.0.2) - -**Merged pull requests:** - -- Add backwards-compatible Python 3 support [\#4](https://github.com/mcs07/PubChemPy/pull/4) ([mcs07](https://github.com/mcs07)) -- Pandas Series [\#2](https://github.com/mcs07/PubChemPy/pull/2) ([zachcp](https://github.com/zachcp)) -- fix ccordinate type recognition [\#1](https://github.com/mcs07/PubChemPy/pull/1) ([zachcp](https://github.com/zachcp)) - -## [v1.0.1](https://github.com/mcs07/PubChemPy/releases/tag/v1.0.1) (2014-01-06) -[Full Changelog](https://github.com/mcs07/PubChemPy/compare/v1.0...v1.0.1) - -## [v1.0](https://github.com/mcs07/PubChemPy/releases/tag/v1.0) (2013-05-01) diff --git a/codemeta.json b/codemeta.json index 6534214..d05d2bc 100644 --- a/codemeta.json +++ b/codemeta.json @@ -27,7 +27,7 @@ "license": "https://spdx.org/licenses/MIT", "name": "PubChemPy", "programmingLanguage": "Python", - "softwareVersion": "1.0.4", + "softwareVersion": "1.0.5", "continuousIntegration": "https://github.com/mcs07/PubChemPy/actions", "readme": "https://github.com/mcs07/PubChemPy/blob/main/README.md", "url": "https://docs.pubchempy.org", diff --git a/docs/conf.py b/docs/conf.py index 0a0ab67..1a08cbd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = "PubChemPy" copyright = "2014-2025, Matt Swain" author = "Matt Swain" -release = "1.0.4" +release = "1.0.5" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pubchempy.py b/pubchempy.py index 33012ae..48f581a 100644 --- a/pubchempy.py +++ b/pubchempy.py @@ -33,7 +33,7 @@ __author__ = "Matt Swain" __email__ = "m.swain@me.com" -__version__ = "1.0.4" +__version__ = "1.0.5" __license__ = "MIT" __all__ = [ diff --git a/pyproject.toml b/pyproject.toml index 85cf3f7..792bbce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "PubChemPy" -version = "1.0.4" +version = "1.0.5" description = "A simple Python wrapper around the PubChem PUG REST API." readme = "README.md" authors = [{ name = "Matt Swain", email = "m.swain@me.com" }] diff --git a/uv.lock b/uv.lock index b8eda53..170d599 100644 --- a/uv.lock +++ b/uv.lock @@ -1014,7 +1014,7 @@ wheels = [ [[package]] name = "pubchempy" -version = "1.0.4" +version = "1.0.5" source = { editable = "." } [package.optional-dependencies]