Skip to content

Commit a39a67d

Browse files
committed
Update versions in docs/conf.py
1 parent f5e582e commit a39a67d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ allprojects {
2626

2727
group = "com.linkedin.dualip"
2828

29-
project.version = "2.6.5"
29+
project.version = "2.6.6"
3030

3131
repositories {
3232
mavenCentral()

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 'DuaLip'
23-
copyright = '2021, LinkedIn'
23+
copyright = '2022, LinkedIn'
2424
author = 'LinkedIn'
2525

2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.0.1'
29+
release = '2.0.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------
@@ -133,7 +133,7 @@
133133
# author, documentclass [howto, manual, or own class]).
134134
latex_documents = [
135135
(master_doc, 'DuaLip.tex', 'DuaLip Documentation',
136-
'Yao Pan', 'manual'),
136+
author, 'manual'),
137137
]
138138

139139

0 commit comments

Comments
 (0)