8000 Fix up HISTORY for PyPI · bryankaplan/github3.py@f787fc0 · GitHub
[go: up one dir, main page]

Skip to content

Commit f787fc0

Browse files
committed
Fix up HISTORY for PyPI
1 parent 490c01e commit f787fc0

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

HISTORY.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
History/Changelog
2-
=================
2+
-----------------
33

44
0.8.0: 2014-01-03
5-
-----------------
5+
~~~~~~~~~~~~~~~~~
66

77
- **Breaking Change** Remove legacy search API
88

@@ -48,7 +48,7 @@ History/Changelog
4848
user belongs to
4949

5050
0.7.1: 2013-09-30
51-
-----------------
51+
~~~~~~~~~~~~~~~~~
5252

5353
- Add dependency on uritemplate.py_ to add URITemplates to different classes.
5454
See the documentation for attributes which are templates.
@@ -63,7 +63,7 @@ History/Changelog
6363
.. _uritemplate.py: https://github.com/sigmavirus24/uritemplate
6464

6565
0.7.0: 2013-05-19
66-
-----------------
66+
~~~~~~~~~~~~~~~~~
6767

6868
- Fix ``Issue.close``, ``Issue.reopen``, and ``Issue.assign``. (Issue #106)
6969

@@ -92,12 +92,12 @@ History/Changelog
9292
u = gh.user('sigmavirus24')
9393

9494
0.6.1: 2013-04-06
95-
-----------------
95+
~~~~~~~~~~~~~~~~~
9696

9797
- Add equality for labels courtesy of Alejandro Gomez (@alejandrogomez)
9898

9999
0.6.0: 2013-04-05
100-
-----------------
100+
~~~~~~~~~~~~~~~~~
101101

102102
- Add ``sort`` and ``order`` parameters to ``github3.GitHub.search_users`` and
103103
``github3.GitHub.search_repos``.
@@ -137,22 +137,22 @@ History/Changelog
137137
about how equivalence is determined.
138138

139139
0.5.3: 2013-03-19
140-
-----------------
140+
~~~~~~~~~~~~~~~~~
141141

142142
- Add missing optional parameter to Repository.contents. Thanks @tpetr
143143

144144
0.5.2: 2013-03-02
145-
-----------------
145+
~~~~~~~~~~~~~~~~~
146146

147147
- Stop trying to decode the byte strings returned by ``b64decode``. Fixes #72
148148

149149
0.5.1: 2013-02-21
150-
-----------------
150+
~~~~~~~~~~~~~~~~~
151151

152152
- Hot fix an issue when a user doesn't have a real name set
153153

154154
0.5: 2013-02-16
155-
---------------
155+
~~~~~~~~~~~~~~~
156156

157157
- 100% (mock) test coverage
158158

@@ -249,7 +249,7 @@ History/Changelog
249249
.. _pengwynn/octokit: https://github.com/pengwynn/octokit
250250

251251
0.4: 2013-01-16
252-
---------------
252+
~~~~~~~~~~~~~~~
253253

254254
- In github3.legacy.LegacyRepo
255255

@@ -281,7 +281,7 @@ History/Changelog
281281
- 70% test coverage
282282

283283
0.3: 2013-01-01
284-
---------------
284+
~~~~~~~~~~~~~~~
285285

286286
- In github3.repos.Repository
287287

@@ -351,7 +351,7 @@ History/Changelog
351351
.. _types: http://developer.github.com/v3/repos/#list-organization-repositories
352352

353353
0.2: 2012-11-21
354-
---------------
354+
~~~~~~~~~~~~~~~
355355

356356
- MAJOR API CHANGES:
357357

@@ -369,12 +369,12 @@ History/Changelog
369369
- 50% test coverage via mock tests
370370

371371
0.1: 2012-11-13
372-
---------------
372+
~~~~~~~~~~~~~~~
373373

374374
- Add API for GitHub Enterprise customers.
375375

376376
0.1b2: 2012-11-10
377-
-----------------
377+
~~~~~~~~~~~~~~~~~
378378

379379
- Handle 500 errors better, courtesy of Kristian Glass (@doismellburning)
380380
- Handle sending json with `%` symbols better, courtesy of Kristian Glass
@@ -383,14 +383,14 @@ History/Changelog
383383
- Correctly display method signatures in documentation courtesy of (@seveas)
384384

385385
0.1b1: 2012-10-31
386-
-----------------
386+
~~~~~~~~~~~~~~~~~
387387

388388
- unit tests implemented using mock instead of hitting the GitHub API (#37)
389389
- removed ``list_*`` functions from GitHub object
390390
- Notifications API coverage
391391

392392
0.1b0: 2012-10-06
393-
-----------------
393+
~~~~~~~~~~~~~~~~~
394394

395395
- Support for the complete GitHub API (accomplished)
396396

0 commit comments

Comments
 (0)
0