Skip to content

Commit

Permalink
Release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
psuhailp authored and shanavas786 committed Nov 10, 2016
1 parent 0b0b4e3 commit b244697
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.2.6 (2016-11-10)
* [fix] use rmadison to find available packages
* [fix] convert package name to lowercase
* [fix] handle invalid repository field
* [fix] bump standards version to 3.9.8
* [fix] converting dependency packages version format
* [fix] for npm install overhead
* [new] automating uscan, uupdate, dpkg-buildpackage

## 0.2.2 (2014-10-10)
* [fix] bump Standards-Version to 3.9.6

Expand Down
2 changes: 1 addition & 1 deletion npm2deb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from npm2deb import utils, templates
from npm2deb.mapper import Mapper

VERSION = '0.2.5'
VERSION = '0.2.6'
DEBHELPER = 9
STANDARDS_VERSION = '3.9.8'

Expand Down

0 comments on commit b244697

Please sign in to comment.