Skip to content

Commit

Permalink
Maintainer address and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelWaldvogel committed May 8, 2020
1 parent 73e8af1 commit e6deb54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).


# 1.0.1+ - [Unreleased]
# 1.0.2 - 2020-05-08
## Added

## Fixed

## Changed
- This is only a status update, there are no code changes to the previous release:
- Development status updated to `stable`
- Maintainer address updated


# 1.0.1 - 2020-05-08
Expand Down
2 changes: 1 addition & 1 deletion git_timestamp/timestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import pygit2 as git
import requests

VERSION = '1.0.1+'
VERSION = '1.0.2'


class GitArgumentParser(argparse.ArgumentParser):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def extract_version(filename):
name="git-timestamp",
version=extract_version('git_timestamp/timestamp.py'),
author="Marcel Waldvogel",
author_email="marcel.waldvogel@uni-konstanz.de",
author_email="marcel.waldvogel@trifence.ch",
description="Timestamping client for zeitgitter",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e6deb54

Please sign in to comment.