Skip to content

Commit d0beafa

Browse files
committed
v0.18
1 parent 1fe2464 commit d0beafa

9 files changed

+37
-17
lines changed

NEWS.rst

+20
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ Version History
77
===============
88

99

10+
v0.18 (2021/06/06)
11+
------------------
12+
13+
* ``\inputpygments`` now checks inputted files for modification, so that
14+
typeset code will correctly update when the source is changed (#162).
15+
16+
* Julia now uses project flag "``--project=@.``" (#157, #158).
17+
18+
* Fixed bug in processing Pygments options (``pygopt``) when a key is used
19+
without a value (#181).
20+
21+
* Some error handling for Windows was incompatible with other operating
22+
systems: replaced checks for ``WindowsError`` with checks for ``OSError``
23+
(#177).
24+
25+
* Rust support is now compatible with document and working directory paths
26+
that contain spaces (#167).
27+
28+
29+
1030
v0.17 (2019/09/22)
1131
------------------
1232

pythontex/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
===================================================================
44

55
:Author: Geoffrey Poore
6-
:Version: 0.17 (2019/09/22)
6+
:Version: 0.18 (2021/06/06)
77
:License: LPPL v1.3 or later (LaTeX code) and BSD 3-Clause (Python code)
88
:Development: https://github.com/gpoore/pythontex
99
:Requirements: Python 2.7 or 3.2+; Pygments

pythontex/depythontex2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
typeset with a different package.
4848
4949
50-
Copyright (c) 2013-2020, Geoffrey M. Poore
50+
Copyright (c) 2013-2021, Geoffrey M. Poore
5151
All rights reserved.
5252
Licensed under the BSD 3-Clause License:
5353
http://www.opensource.org/licenses/BSD-3-Clause
@@ -86,7 +86,7 @@
8686

8787
# Script parameters
8888
# Version
89-
__version__ = '0.18dev'
89+
__version__ = '0.18'
9090

9191

9292
# Functions and parameters for customizing the script output

pythontex/depythontex3.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
typeset with a different package.
4848
4949
50-
Copyright (c) 2013-2020, Geoffrey M. Poore
50+
Copyright (c) 2013-2021, Geoffrey M. Poore
5151
All rights reserved.
5252
Licensed under the BSD 3-Clause License:
5353
http://www.opensource.org/licenses/BSD-3-Clause
@@ -86,7 +86,7 @@
8686

8787
# Script parameters
8888
# Version
89-
__version__ = '0.18dev'
89+
__version__ = '0.18'
9090

9191

9292
# Functions and parameters for customizing the script output

pythontex/pythontex.dtx

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
2727
%<package>\ProvidesPackage{pythontex}
2828
%<*package>
29-
[2021/06/06 v0.18dev execute and typeset Python code and other languages]
29+
[2021/06/06 v0.18 execute and typeset Python code and other languages]
3030
%</package>
3131
%
3232
%<*driver>
@@ -168,13 +168,13 @@
168168
%
169169
%
170170
%
171-
% \begin{changelog}{v0.18}{2021/??/??}
171+
% \begin{changelog}{v0.18}{2021/06/06}
172172
% \begin{itemize}
173173
% \item \texttt{\string\inputpygments} now checks inputted files for modification, so that typeset code will correctly update when the source is changed (\#162).
174174
% \item Julia now uses project flag ``\texttt{-{}-project=@.}'' (\#157, \#158).
175175
% \item Fixed bug in processing Pygments options (\texttt{pygopt}) when a key is used without a value (\#181).
176-
% \item Some error handling for Windows was incompatible with other operating systems: replaced checks for WindowsError with checks for OSError (\#177).
177-
% \item Rust support is now compatible with document or working directory paths that contain spaces (\#167).
176+
% \item Some error handling for Windows was incompatible with other operating systems: replaced checks for \texttt{WindowsError} with checks for \texttt{OSError} (\#177).
177+
% \item Rust support is now compatible with document and working directory paths that contain spaces (\#167).
178178
% \end{itemize}
179179
% \end{changelog}
180180
%
@@ -1898,7 +1898,7 @@
18981898
% We store the name of the package in a macro for later use in warnings and error messages.
18991899
% \begin{macrocode}
19001900
\newcommand{\pytx@packagename}{PythonTeX}
1901-
\newcommand{\pytx@packageversion}{0.18dev}
1901+
\newcommand{\pytx@packageversion}{0.18}
19021902
% \end{macrocode}
19031903
%
19041904
% \subsection{Required packages}

pythontex/pythontex.pdf

3.04 KB
Binary file not shown.

pythontex/pythontex.sty

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
%%
99
%% This is a generated file.
1010
%%
11-
%% Copyright (C) 2012-2019 by Geoffrey M. Poore <[email protected]>
11+
%% Copyright (C) 2012-2021 by Geoffrey M. Poore <[email protected]>
1212
%% --------------------------------------------------------------------------
1313
%% This work may be distributed and/or modified under the
1414
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -20,10 +20,10 @@
2020
%%
2121
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
2222
\ProvidesPackage{pythontex}
23-
[2020/02/03 v0.18dev execute and typeset Python code and other languages]
23+
[2021/06/06 v0.18 execute and typeset Python code and other languages]
2424

2525
\newcommand{\pytx@packagename}{PythonTeX}
26-
\newcommand{\pytx@packageversion}{0.18dev}
26+
\newcommand{\pytx@packageversion}{0.18}
2727
\RequirePackage{fvextra}
2828
\RequirePackage{etoolbox}
2929
\RequirePackage{xstring}

pythontex/pythontex2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
Licensed under the BSD 3-Clause License:
1515
16-
Copyright (c) 2012-2020, Geoffrey M. Poore
16+
Copyright (c) 2012-2021, Geoffrey M. Poore
1717
1818
All rights reserved.
1919
@@ -78,7 +78,7 @@
7878

7979
# Script parameters
8080
# Version
81-
__version__ = '0.18dev'
81+
__version__ = '0.18'
8282

8383

8484

pythontex/pythontex3.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
Licensed under the BSD 3-Clause License:
1515
16-
Copyright (c) 2012-2020, Geoffrey M. Poore
16+
Copyright (c) 2012-2021, Geoffrey M. Poore
1717
1818
All rights reserved.
1919
@@ -78,7 +78,7 @@
7878

7979
# Script parameters
8080
# Version
81-
__version__ = '0.18dev'
81+
__version__ = '0.18'
8282

8383

8484

0 commit comments

Comments
 (0)