Skip to content

Commit

Permalink
Merge pull request #69 from dvklopfenstein/dev
Browse files Browse the repository at this point in the history
Update version to 2024-02-05 v0.0.48
  • Loading branch information
dvklopfenstein committed Feb 5, 2024
2 parents a6bcf3a + e1e89b4 commit e4c6f13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Summary

* [**Unreleased**](#unreleased)
* [**Release 2024-02-05 v0.0.48**](#release-2024-02-05-v0048) Update apikey; If rsp is not json, text, asn.1, return dict from xml format
* [**Release 2023-11-19 v0.0.47**](#release-2023-11-19-v0047) GNU AGPLv3; Add function to summarize a set of papers
* [**Release 2023-08-18 v0.0.45**](#release-2023-08-18-v0045) GNU Affero General Public License v3.0 (GNU AGPLv3)
* [**Release 2022-12-22 v0.0.43**](#release-2023-01-30-v0043) Add @scbarrera's PR
Expand Down Expand Up @@ -46,6 +47,10 @@

### Unreleased

### release 2024-02-05 v0.0.48
* UPDATE apikey: Separate apikey into its own variable in its own module
* UPDATE src/pmidcite/eutils/cmds/base.py: If rsp is not json, text, asn.1, return dict from xml format

### release 2023-11-19 v0.0.47
* UPDATE codeql-analysis.yml by @manodeep in #54
* UPDATE GNU Affero General Public License v3.0 (GNU AGPLv3) & more Copyrights by @dvklopfenstein in #56
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_long_description():

setup(
name=NAME,
version='0.0.47',
version='0.0.48',
author='DV Klopfenstein, PhD',
author_email='dvklopfenstein@protonmail.com',
packages=PACKAGES,
Expand Down
2 changes: 1 addition & 1 deletion src/pmidcite/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__copyright__ = 'Copyright (C) 2019-present, DV Klopfenstein, PhD. All rights reserved'
__author__ = 'DV Klopfenstein, PhD'
__version__ = '0.0.47'
__version__ = '0.0.48'

# Copyright (C) 2019-present, DV Klopfenstein, PhD. All rights reserved

0 comments on commit e4c6f13

Please sign in to comment.