Skip to content

Commit

Permalink
Merge pull request #12 from dvklopfenstein/dvk
Browse files Browse the repository at this point in the history
version 0.0.29
  • Loading branch information
dvklopfenstein authored Jan 17, 2022
2 parents de975c7 + 6ca7228 commit f6a9fba
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 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 2022-01-17 v0.0.29**](#release-2022-01-17-v0029) Add summary image to README/index.md
* [**Release 2021-10-11 v0.0.28**](#release-2021-10-11-v0028) Add summary image to README/index.md
* [**Release 2021-10-07 v0.0.27**](#release-2021-10-07-v0027) Minor cleanup text format in README/index.md
* [**Release 2021-10-07 v0.0.26**](#release-2021-10-07-v0026) Add link to paper in journal, Research Synthesis Methods
Expand Down Expand Up @@ -32,6 +33,23 @@

### Unreleased

### Release 2022-01-17 v0.0.29
$ gitlog --since 2022-10
RAN: git log --after "2022-10" --pretty=format:"%Cred%H %h %an %cd%Creset %s" --name-status

All STARTING ON: 2022_01_16 Sun - 6 commits, 4 files
Sun 2022-01-16 18:57:25 4cbb911 A like -> such as
Mon 2022-01-17 06:56:50 f1e7ead B Cite/ref arrows right-to-left
Mon 2022-01-17 07:12:29 c7563cc C rm comment
Mon 2022-01-17 07:15:19 62943b0 D Group 4 (top group) color like in gaussian curve plot
Mon 2022-01-17 07:26:37 8b496ef E Add contact
Mon 2022-01-17 07:28:23 7b39acb F Format
A...EF M README.md
.B.D.. M docs/images/pmidcite_summary.png
..C... M src/bin/plt_guassian_nihperc.py
...D.. M doc/images/nih_perc_groups.png
6 commits since 2022_01_16 shown

### Release 2021-10-11 v0.0.28
* Add summary image to README/index.md

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_long_description():
setup(
name=NAME,
## version=versioneer.get_version(),
version='0.0.28',
version='0.0.29',
author='DV Klopfenstein',
author_email='[email protected]',
## cmdclass=versioneer.get_cmdclass(),
Expand Down
2 changes: 1 addition & 1 deletion src/pmidcite/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version of pmidcite project"""

__version__ = '0.0.28'
__version__ = '0.0.29'

0 comments on commit f6a9fba

Please sign in to comment.