Browse Source

release/0.5.1

tags/v0.5.1^0
Ben Kurtovic 4 years ago
parent
commit
b502b2eaa4
2 changed files with 4 additions and 4 deletions
  1. +1
    -1
      CHANGELOG
  2. +3
    -3
      gitup/__init__.py

+ 1
- 1
CHANGELOG View File

@@ -1,4 +1,4 @@
v0.6 (unreleased):
v0.5.1 (released September 20, 2019):

- Support simple comments in the bookmarks file. (#51)
- Add an integrated pytest testing suite, runnable with `--selftest`.


+ 3
- 3
gitup/__init__.py View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2011-2018 Ben Kurtovic <ben.kurtovic@gmail.com>
# Copyright (C) 2011-2019 Ben Kurtovic <ben.kurtovic@gmail.com>
# Released under the terms of the MIT License. See LICENSE for details.

"""
@@ -8,7 +8,7 @@ gitup: the git repository updater
"""

__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2011-2018 Ben Kurtovic"
__copyright__ = "Copyright (C) 2011-2019 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.6.dev0"
__version__ = "0.5.1"
__email__ = "ben.kurtovic@gmail.com"

Loading…
Cancel
Save