Skip to content

Commit 63a91b9

Browse files
committed
docs(CHANGES): Fix parenthesis
1 parent 4054a88 commit 63a91b9

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

CHANGES

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -242,50 +242,50 @@
242242
- [docs]: Update docs to reflect updates on new commands and how to clone
243243
private / priveleged GitHub repos.
244244

245-
## vcspull 0.0.8-4 <2014-02-06)
245+
## vcspull 0.0.8-4 (2014-02-06)
246246

247247
- [cli] Update documentation when no config found to show `yaml` and
248248
`json`. Remove mentioning of `conf`.
249249

250-
## vcspull 0.0.8-3 <2014-02-06)
250+
## vcspull 0.0.8-3 (2014-02-06)
251251

252252
- [logging] `Issue #6`\_ - fix issue where log templates would not
253253
concatenate correctly.
254254

255-
## vcspull 0.0.8-2 <2014-02-05)
255+
## vcspull 0.0.8-2 (2014-02-05)
256256

257257
- [packaging] Fix issue where `package_metadata.py` missing from
258258
`MANIFEST.in`.
259259

260-
## vcspull 0.0.8-1 <2014-02-05)
260+
## vcspull 0.0.8-1 (2014-02-05)
261261

262262
- [setup.py] remove history from readme
263263

264-
## vcspull 0.0.8 <2014-02-05)
264+
## vcspull 0.0.8 (2014-02-05)
265265

266266
- Use werkzeug/flask style unit test suites.
267267
- [docs] Fix section headings.
268268
- [internals] use conventions from `tony/cookiecutter-pypackage`\_.
269269

270-
vcspull 0.0.7 <2014-01-07)
270+
vcspull 0.0.7 (2014-01-07)
271271

272272
- New logging system from pypa/pip with support showing current stderr
273273
(checkout, pull, cloning) progress.
274274
- `unicode_literals`, `__future__` for python 3 support.
275275

276-
## vcspull 0.0.6 <2013-12-03)
276+
## vcspull 0.0.6 (2013-12-03)
277277

278278
- Renamed to `vcspull`.
279279

280-
## vcspull 0.0.5 <2013-11-28)
280+
## vcspull 0.0.5 (2013-11-28)
281281

282282
- [tests] tests for loading multiple configs, config conflict cases
283283
- [internal] fix recursive imports, using explicit importing
284284
- [git] handle cli case where git is on a different branch, just fetch
285285
repo.
286286
- [py3] python 3 support
287287

288-
## vcspull 0.0.4 <2013-11-25)
288+
## vcspull 0.0.4 (2013-11-25)
289289

290290
- [svn] [git] [hg] added functionality for pip's netloc and vcs
291291
functionality.
@@ -295,7 +295,7 @@ vcspull 0.0.7 <2014-01-07)
295295
with `${envvar}` and `~`.
296296
- [cli] Exit with `Ctrl-C` gracefully.
297297

298-
## vcspull 0.0.3 <2013-11-23)
298+
## vcspull 0.0.3 (2013-11-23)
299299

300300
- [docs] [examples] more docs and examples
301301
- [internal] remove developer logger message that would show when
@@ -304,46 +304,46 @@ vcspull 0.0.7 <2014-01-07)
304304
- [`pep257`_] [`pep8`_] [logger] update `vcspull.log` module to latest
305305
code (from `tmuxp`\_ project).
306306

307-
## vcspull 0.0.2 <2013-11-23)
307+
## vcspull 0.0.2 (2013-11-23)
308308

309309
- [tests] Move tests for making directory paths to `test_repo`
310310
TestSuite.
311311
- [tests] [git] more work on remotes with :class:`vcspull.repo.git.GitRepo`.
312312

313-
## vcspull 0.0.2 <2013-11-16)
313+
## vcspull 0.0.2 (2013-11-16)
314314

315315
- [tests] refactor tests modules
316316
- [git] add some functions with saltstack to
317317
:py:class:`vcspull.repo.git.GitRepo`.
318318
- [version] reset to 0.1.0 w/o dev tag to begin releases.
319319

320-
## vcspull 0.0.1 <2013-11-15)
320+
## vcspull 0.0.1 (2013-11-15)
321321

322322
- [cli] [tests] fix `issue #1`\_ for making directories recursively.
323323
- [tests] :py:mod:`tempfile`.
324324
- [cli] [config] remove .ini support
325325

326-
## vcspull 0.0.1 <2013-11-09)
326+
## vcspull 0.0.1 (2013-11-09)
327327

328328
- `pep257`\_ to all modules.
329329
- Add `argcomplete`\_.
330330
- Move in code patterns from `tmuxp`\_. New logger, setup.py, testsuite
331331
structure, etc.
332332

333-
## vcspull 0.0.1 <2013-10-23)
333+
## vcspull 0.0.1 (2013-10-23)
334334

335335
- add example
336336

337-
## vcspull 0.0.1 <2013-10-17)
337+
## vcspull 0.0.1 (2013-10-17)
338338

339339
- fix packaging issue, add MANIFEST.in
340340
- bump to 0.1.1
341341

342-
## vcspull 0.0.1 <2013-10-08)
342+
## vcspull 0.0.1 (2013-10-08)
343343

344344
- move to semver
345345

346-
## vcspull 0.0.1 <2013-10-06)
346+
## vcspull 0.0.1 (2013-10-06)
347347

348348
- https://github.com/vcs-python/vcspull/compare/a96e723269...a5be723de5
349349
- remove virtualenv dep [Done]

0 commit comments

Comments
 (0)