Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Sep 10, 2015
1 parent f3b63ba commit 31b1fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.2.0 ----- Lots of updates from various contributors: - Enable setuptools test command `d38fad025 <https://github.com/ralphbean/bugwarrior/commit/d38fad0256ff76129630cf0c636690e6654c153a>`_ - Merge pull request #222 from koobs/patch-2 `7f9cdce9c <https://github.com/ralphbean/bugwarrior/commit/7f9cdce9cf893bb14bbc917d775010ffb575d7dd>`_ - Added only_if_assigned to gitlab `0f6fea7fc <https://github.com/ralphbean/bugwarrior/commit/0f6fea7fc7d57af6faf7193fc30f36be020f3f3b>`_ - Merge pull request #224 from qwertos/feature-gitlab_only_assigned `156b5a908 <https://github.com/ralphbean/bugwarrior/commit/156b5a908f2a2d16b514a6f5c0bcb3bb812d34b4>`_ - Add a taskwarrior UDA for bugzilla status `2be150f6a <https://github.com/ralphbean/bugwarrior/commit/2be150f6a9e72f7ce9765158eb90b92cba811338>`_ - Make BZ bug statuses configurable `ac30a2241 <https://github.com/ralphbean/bugwarrior/commit/ac30a2241af5fedc4b4c7e382f82511fe1535d2d>`_ - Ooops, add status field to tests `6411e4803 <https://github.com/ralphbean/bugwarrior/commit/6411e48038d25369b9494e36d121d1472265133c>`_ - Merge pull request #226 from ryansb/feature/moarBugzillaStatus `90c81db1b <https://github.com/ralphbean/bugwarrior/commit/90c81db1b12d1adf22b0d7545ca63734103e9375>`_ - [notifications] only_on_new_tasks option `b4a67ebfd <https://github.com/ralphbean/bugwarrior/commit/b4a67ebfd7e1c31ccc51bdd01cf76ef95c765df0>`_ - Merge pull request #228 from devenv/only_on_new_tasks `89ef3d746 <https://github.com/ralphbean/bugwarrior/commit/89ef3d746ed354338486f2bc865cb25a5f9da2fe>`_ - jira estimate UDA `2317a0516 <https://github.com/ralphbean/bugwarrior/commit/2317a0516d3d680291d205b7badaeb78e5ec1799>`_ - Merge pull request #227 from devenv/jira_est `06adc5b16 <https://github.com/ralphbean/bugwarrior/commit/06adc5b166be618641283dff2b85e07cd6d91bb0>`_ - Include an option to disable HTTPS for GitLab. `616a389d7 <https://github.com/ralphbean/bugwarrior/commit/616a389d75900b407ad813739c8ba0eb27e07fff>`_ - Support needinfo bugs where you are not CC/assignee/reporter `8ef53be9f <https://github.com/ralphbean/bugwarrior/commit/8ef53be9f4edc8ba0f9c06135fb98886d049a852>`_ - gitlab: work around gitlab pagination bug `4caaa28ed <https://github.com/ralphbean/bugwarrior/commit/4caaa28edccb5ae1c8f4f83d83594afa3c6d8cb6>`_ - gitlab: add uda for work-in-progress flag `fe940c268 <https://github.com/ralphbean/bugwarrior/commit/fe940c2686632e79acef382fd72b721b2bf5659f>`_ - githubutils: allow getting a key from the result `28e37218c <https://github.com/ralphbean/bugwarrior/commit/28e37218cbccc45c00b77694ab6e4ffb94330013>`_ - github: add involved_issues option `67b93eb6e <https://github.com/ralphbean/bugwarrior/commit/67b93eb6e34d404574ea0c7a91601bbe45d4cb1e>`_ - gitlab: bail on empty or False results `62008a22d <https://github.com/ralphbean/bugwarrior/commit/62008a22d9d9528d5642aa00e7f8c969967c833c>`_ - Only import active Gitlab issues and merge requests `5890fe9ad <https://github.com/ralphbean/bugwarrior/commit/5890fe9ad3dc6a373e4e1ad097219de2d25534f8>`_ - Merge pull request #231 from ryansb/feature/needinfos `6722d2b96 <https://github.com/ralphbean/bugwarrior/commit/6722d2b96be217db035e7ecad9ebef104deee164>`_ - Merge pull request #233 from mathstuf/gitlab-work-in-progress-flag `c4bbd955d <https://github.com/ralphbean/bugwarrior/commit/c4bbd955d9ffcc0026985c88242ce178b3b0df1b>`_ - Merge pull request #234 from mathstuf/github-involved-issues `6ff7cfc7d <https://github.com/ralphbean/bugwarrior/commit/6ff7cfc7d0792583cca8dd093cfe996fc11b4f14>`_ - Merge pull request #235 from LordGaav/feature/close-gitlab-issues `0664bd02c <https://github.com/ralphbean/bugwarrior/commit/0664bd02cc9754f308a39f0fbcc938161fb6f134>`_ - Merge pull request #232 from mathstuf/handle-broken-gitlab-pagination `1677807bf <https://github.com/ralphbean/bugwarrior/commit/1677807bffb182d0654f61d84d0548507fbb47e5>`_ - Add Gitlab's assignee and author field to tasks `b7dd5c3e2 <https://github.com/ralphbean/bugwarrior/commit/b7dd5c3e2b2f775870a33b8ccacf1c0ef66ba413>`_ - Add documentation on UDA fields `c88209063 <https://github.com/ralphbean/bugwarrior/commit/c88209063475d236123a4f95533a0ef7d169606d>`_ - Add config option `8c2c8c0c9 <https://github.com/ralphbean/bugwarrior/commit/8c2c8c0c9f5866b6629d6be0bb14fdbc2767e69b>`_ - ewwwww, trailing whitespace `c48348fbb <https://github.com/ralphbean/bugwarrior/commit/c48348fbb0f7baf378a04ff2a7bd5c49d6fca576>`_ - Make comment annotation configurable `1667619bf <https://github.com/ralphbean/bugwarrior/commit/1667619bf8d099efbf4b8f509544ade28417254b>`_ - Clarify annotating by inverting conditional for `annotation_comments` `31c3ecdd3 <https://github.com/ralphbean/bugwarrior/commit/31c3ecdd3162714d6675a5d22a09dda6bc745a88>`_ - Merge pull request #237 from ryansb/feature/noAnnotations `1887d7095 <https://github.com/ralphbean/bugwarrior/commit/1887d7095187ba2100706830ae2f9a9fa9b58555>`_ - Merge pull request #236 from LordGaav/feature/gitlab-author-assignee-field `f84eca72f <https://github.com/ralphbean/bugwarrior/commit/f84eca72f6bdde9c480d56c72bf7c47a335a9e57>`_ - Document use_https for gitlab. `5d95424f6 <https://github.com/ralphbean/bugwarrior/commit/5d95424f6f0c09bf0e54683ac1fa0c52ca2a3d11>`_ - Merge branch 'https-or-http' into develop `f3b63baf1 <https://github.com/ralphbean/bugwarrior/commit/f3b63baf1298f64d95d6f39656520b4261150edd>`_
Changelog
=========

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.1.4'
version = '1.2.0'

f = open('bugwarrior/README.rst')
long_description = f.read().strip()
Expand Down

0 comments on commit 31b1fbb

Please sign in to comment.