mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-11 01:50:59 +00:00
Bump up version.
This commit is contained in:
parent
ec03d56b62
commit
8fbcd31798
3 changed files with 11 additions and 1 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,3 +1,10 @@
|
|||
linkchecker (8.3-1) UNRELEASED; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Remove unneeded dependency on pysqlite.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Wed, 14 Nov 2012 18:49:41 +0100
|
||||
|
||||
linkchecker (8.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
8.3 "" (released xx.xx.xxxx)
|
||||
|
||||
|
||||
8.2 "Belle De Jour" (released 9.11.2012)
|
||||
|
||||
Changes:
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -96,7 +96,7 @@ except ImportError:
|
|||
has_py2app = False
|
||||
|
||||
# the application version
|
||||
AppVersion = "8.2"
|
||||
AppVersion = "8.3"
|
||||
# the application name
|
||||
AppName = "LinkChecker"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue