Skip to content

Commit a168432

Browse files
committed
version bump
1 parent 7024f5f commit a168432

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sagetex.dtx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
% \iffalse meta-comment
22
%
33
% Copyright (C) 2008--2015 by Dan Drake <dr.dan.drake (at) gmail (dot) com>
4+
% Copyright (C) 2016--2020 by SageMath Developers <sage-devel (at) googlegroups (dot) com>
45
% -------------------------------------------------------
56
%
67
% See the "Copying and licenses" section in this file for the terms
@@ -29,10 +30,10 @@
2930
%<latex>\ProvidesPackage{sagetex}
3031
%<python>__version__ = """
3132
%<*latex|python>
32-
[2019/11/14 v3.4 embedding Sage into LaTeX documents]
33+
[2020/08/12 v3.5 embedding Sage into LaTeX documents]
3334
%</latex|python>
3435
%<python>""".strip()
35-
%<latex>\newcommand{\ST@ver}{2019/11/14 v3.4}
36+
%<latex>\newcommand{\ST@ver}{2020/08/12 v3.5}
3637
%<*driver>
3738
\documentclass{ltxdoc}
3839
\usepackage{sagetex}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description="""The SageTeX package allows you to embed code,
55
results of computations, and plots from the Sage mathematics
66
software suite (http://sagemath.org) into LaTeX documents.""",
7-
version='3.4',
7+
version='3.5',
88
author='Dan Drake',
99
author_email='[email protected]',
1010
maintainer='SageMath developers',

0 commit comments

Comments
 (0)