#18 pag 0.7
Closed Opened by hguemar.

There hasn't been a new release of pag for over a year, despite some new features. Maybe it's worth triaging tickets and prepare one :)


@lsedlar @ralph May I suggest that we review current issues and triage what we want for a 0.7 release? Let's use this ticket to track discussions.

You could use milestones for this :]

Personally I would say the release is good to go, there are already a few changes. If you want to implement something else, go for it.

Looks like we are in sync on that, I also think that as-is we are good to release. Let's give few more days for other to chimes in and schedule a 0.7 release on monday otherwise.

FYI, I gave @lsedlar rights on pypi to do a release there (and in dist-git).

This is what I did:

$ git checkout -b release/0.7
$ vim setup.py # update version
$ git add setup.py
$ git commit -m 0.7
$ git tag -a 0.6 -m 0.7
$ git checkout develop
$ git merge release/0.7 --no-ff
$ git checkout master
$ git merge release/0.7 --no-ff
$ git push upstream master develop 0.7
$ python setup.py sdist
$ twine upload dist/pag-0.7.tar.gz

Next step is to build new package for Fedora. I'll open a PR for the spec file.

Here it is: https://src.fedoraproject.org/rpms/pag/pull-request/1

Metadata Update from @ralph:
- Issue status updated to: Closed (was: Open)

Metadata