Skip to content

0.7.5 #154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 25, 2021
Merged

0.7.5 #154

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python

python:
- '2.7'
- '3.6'

install: pip install -r requirements.pip
Expand Down
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

History
-------
0.7.5 (2021-03-25)
==================
* update repo lists
* add 63880 - 64912
* missing
* update requirements

0.7.4 (2020-11-25)
==================
* update repo lists
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ verify_ssl = true
[packages]
pymarc = "==3.2.0"
nose = "*"
gitpython = "==2.1.13"
pylint = "*"
gitberg = {editable = true,path = "."}
twine = "*"
appdirs = ">=1.4.3"
gitpython = "*"

[requires]
python_version = "3.6"
111 changes: 49 additions & 62 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gitenberg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

__title__ = 'gitberg'
__appname__ = 'gitberg'
__version__ = '0.7.4'
__copyright__ = 'Copyright 2012-2018 Seth Woodworth and the Free Ebook Foundation'
__version__ = '0.7.5'
__copyright__ = 'Copyright 2012-2021 Seth Woodworth and the Free Ebook Foundation'

Loading