Skip to content

Commit

Permalink
Prepare for maintenance release v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Aug 29, 2017
1 parent ff13a3d commit 2c42522
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
dist: trusty
before_install:
- pip install pillow
install:
script:
before_deploy:
- sudo apt-get update -qy
- sudo apt-get install -qy python3 python3-pip
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
imgp v2.4.1
2017-08-29

What's in?
- Integrated with PackageCore to auto-generate packages in Travis CI.

-------------------------------------------------------------------------------

imgp v2.4
2017-07-24

Expand Down
2 changes: 1 addition & 1 deletion imgp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ no_res_opt = False # --res is not specified
pad = '_IMGP' # output file suffix when --overwrite is unused
fill_color = '#ffffff' # BG color to strip alpha channel
init_time = time.time() # profile the total time taken
_VERSION_ = '2.4' # current program version
_VERSION_ = '2.4.1' # current program version

# Globals for multiprocessing
pool = None
Expand Down
2 changes: 1 addition & 1 deletion imgp.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "IMGP" "1" "Jul 2017" "Version 2.4" "User Commands"
.TH "IMGP" "1" "Aug 2017" "Version 2.4.1" "User Commands"
.SH NAME
imgp \- Resize, rotate JPEG and PNG images.
.SH SYNOPSIS
Expand Down

5 comments on commit 2c42522

@jarun
Copy link
Owner Author

@jarun jarun commented on 2c42522 Aug 29, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shaggytwodope @szlin I have released imgp v2.4.1. This is just a maintenance release, hopefully the last in a while.

@professorjamesmoriarty

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun ppa and aur updated accordingly

@jarun
Copy link
Owner Author

@jarun jarun commented on 2c42522 Aug 30, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@szlin
Copy link
Collaborator

@szlin szlin commented on 2c42522 Aug 30, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun The new version of imgp has been uploaded into Debian archive.

@jarun
Copy link
Owner Author

@jarun jarun commented on 2c42522 Aug 30, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Lin!

Please sign in to comment.