Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pyptlib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
The Tor Project
Anti-censorship
Pluggable Transports
Pyptlib
Commits
a0463fec
Commit
a0463fec
authored
11 years ago
by
George Kadianakis
Browse files
Options
Downloads
Patches
Plain Diff
Do the release ritual for pyptlib-0.0.5.
parent
5bccef6c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+1
-1
1 addition, 1 deletion
ChangeLog
setup.py
+1
-1
1 addition, 1 deletion
setup.py
sphinx/conf.py
+2
-2
2 additions, 2 deletions
sphinx/conf.py
with
4 additions
and
4 deletions
ChangeLog
+
1
−
1
View file @
a0463fec
Changes in version 0.0.5 -
UNRELEASED
Changes in version 0.0.5 -
2013-09-30
- API change to expose server-side transport options. Fixes #8979.
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
a0463fec
...
...
@@ -5,7 +5,7 @@ import sys
from
setuptools
import
setup
,
find_packages
setup
(
name
=
'
pyptlib
'
,
version
=
'
0.0.
4
'
,
version
=
'
0.0.
5
'
,
description
=
'
A python implementation of the Pluggable Transports for Circumvention specification for Tor
'
,
long_description
=
'
A python implementation of the Pluggable Transports for Circumvention specification for Tor
'
,
author
=
'
asn, Brandon Wiley
'
,
...
...
This diff is collapsed.
Click to expand it.
sphinx/conf.py
+
2
−
2
View file @
a0463fec
...
...
@@ -50,9 +50,9 @@ copyright = u'2012, Brandon Wiley'
# built documents.
#
# The short X.Y version.
version
=
'
0.0.
4
'
version
=
'
0.0.
5
'
# The full version, including alpha/beta/rc tags.
release
=
'
0.0.
4
.UNRELEASED
'
release
=
'
0.0.
5
.UNRELEASED
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment