diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 20:11:58 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 20:11:58 +0300 |
commit | f04e57ac78a004f5f96c33faee875cea3e7961d5 (patch) | |
tree | 858e9750f34d7129cd22a076a894abede47fdafd | |
parent | error out if my_repos.py cannot be found (diff) | |
download | cgitize-f04e57ac78a004f5f96c33faee875cea3e7961d5.tar.gz cgitize-f04e57ac78a004f5f96c33faee875cea3e7961d5.zip |
v1.1v1.1
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [metadata] name = cgitize -version = 1.0 +version = 1.1 author = Egor Tensin author_email = Egor.Tensin@gmail.com description = Mirror your git repositories and make them cgit-ready |